<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}


table, tr {border:hidden;}
td, th {border:hidden;}



/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style: none;
	font-weight: bold;
	margin-bottom: 10px; /* Clear floats */
	float: left;
	display: inline;
	width: 100%; /* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display: block;
	padding: 0 5px;
	font: normal normal bold 14pt Times New Roman;
	color: #ffff99;
	background: #345469;
	text-decoration: none;
	border: thin solid #345469;
}
#nav a:hover{
	color: #345469;
	background: #ffff99;
	/*color: #fff;*/
	/*border-bottom: medium solid #F09D5B;*/
/*	background-color: #F09D5B;*/
}

#nav input{
	display: block;
	padding: 0 5px;
	font: normal normal bold 14pt Times New Roman;
	color: #ffff99;
	background: #345469;
	text-decoration: none;
	border: thin solid #345469;
}
#nav input:hover{
	color: #345469;
	background: #ffff99;
	/*color: #fff;*/
	/*border-bottom: medium solid #F09D5B;*/
/*	background-color: #F09D5B;*/
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#ffff99; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	color: #345469;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
/*	background:#6b0c36;
	text-decoration:underline;*/
	background-color: #ffff99;
	color: #345469;
	
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#ffff99;
}
#nav a.active {
	border-bottom-color: yellow;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
#nav input.active {
	border-bottom-color: yellow;
	border-bottom-style: solid;
	border-bottom-width: thick;
}





/*------------------------------------*\
	TYPE
\*------------------------------------*/
h1{
	font-family:Calibri, Arial, Verdana, sans-serif;
	font-size:2em;
	width:220px;
}


/*------------------------------------*\
	MAIN
\*------------------------------------*/
html{
/*	height:100%;*/
	width: 100%;
	background:#ffffff;
}
body{
	font-family: Arial,Verdana,sans-serif;
	font-size: 0.75em;
	color: Navy;
	height: 100%;
	width: 100%;
	max-height: 100%;
	/*overflow: hidden; /*	padding: 100px auto 50px auto;*/
	/*background: #D9E7F2;*/
}

/*#whole {
	position: relative;
	height:100%;
	width:100%;
	background-color: Aqua;
	margin: 100px 0 50px 0;
}*/
#top {
	position: absolute;
	top: 0;
	width: 100%;
	/*float: left;*/
	background: #345469 url(Swans_Friends_of_Merrymeeting_Bay_Cybrary_800w.jpg) no-repeat top center;
	height: 100px;
	overflow: hidden;
	text-align: center;
	
	

}
#navouter {
	position: absolute;
	width: 100%;
	/*left: 50%;
	/*float: left;*/
	top:50px;
	
	
}
#navmid {
	position: relative;
	float: left;
	left: 50%;
	/*top:90px;
	bottom:35px;*/
	
}
#navinner {
	position: relative;
	/*width: 100%;*/
	left: -50%;
	float: left;
	z-index: 10;
	white-space: normal;
}

#navsearch_li{
	width: 500px;
	left: -433px;
	background:#ffff99;
	font: italic bold 12pt Times New Roman;
	color: #345469;
	border: thin solid #345469;
	white-space: normal;
	text-align: center;
}
#navsearch_div{
	padding: 2px;
	margin: 2px;
}
.MISC_li{
	left: -275px;
	
}



#bottom {
	position: fixed;
	left: 0;
	padding:0 1em 0 1em;
	bottom: 0;
	height: 25px;
	width: 100%;
	background-color: #FE9641;
	/*overflow: hidden;*/
}
#bottom-right {
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 0;
}
#login {
	position: fixed;
	left: 0;
	bottom: 0px;
	height: 25px;
	width: 100%;
	/*overflow: hidden;*/
}
#midouter {
	position: absolute;
	top: 90px; /*Set top value to HeightOfFrameDiv*/
	bottom: 25px;
	padding: 0;
	width: 100%;
	background-color: #D9E7F2;
	background-image: url("MMBay2020_small.jpg");
	background-size:100% ;
	background-repeat: no-repeat;
	
}
#midmid{
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 838px;
	height:100%;
	overflow-y: scroll;
	top: 0px; /*Set top value to HeightOfFrameDiv*/
	background-color: White;
	bottom: -50px;
}
#midinner {
	position: absolute;
	/*background-color: White;*/
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 800px; /*height: 100%;*/
	top: 0px; /*Set top value to HeightOfFrameDiv*/
	bottom: -50px;
}

h1#pagehead {
	margin: 3px;
	right: 0;
	width: 780px;
	text-align: center;
}

.collapsibleList li{
  list-style-image:url('no-sign.png');
  cursor:auto;
  margin: 0 0 0 25px;
	/*font-weight: bold;*/
}

li.collapsibleListOpen{
  list-style-image:url('open16.png');
  cursor:pointer;
	/*font-weight: bold;*/
}

li.collapsibleListClosed{
  list-style-image:url('close16.png');
  cursor:pointer;
	/*font-weight: bold;*/
}


input.in-line, form.in-line{
	margin: 0;
	padding: 0;
	background-color: light-gray;
	display: inline;
}


div.li_inset {
	margin-left: 15px;
	font-weight: normal;
}


blockquote {
	background-color: #D9E7F2;
	width: 80%;
	padding: 0 10px 3px 10px;
	text-align: justify;
	margin:5px auto;
	
}

div.headnote {
	background-color: #ADD8E6;
	padding: 10px 50px 10px 50px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-weight: normal;
	font-size: 14pt;
}
div.headnote:first-line {
	font-weight: bold;
	font-size: 18pt;
}

.pagetop {
	padding:0 10%;
	font-size: larger;
	text-align: center;
	font-weight: bold;
}



.red {
	color: Red;
}
div.tib{
	/* titled image block */
  padding: 10px 10px 10px 10px;
  margin: 2px;
  border: 1px solid #ffffff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.tibd
{
  text-align: center;
  font-weight: normal;
  margin: 2px;
}

h2 {
	font-size:180%;
	font-weight:bold;
	text-align:center;
	margin:5px;
}	

.gb80 {
	background-color: #D9E7F2;
	width: 80%;
	padding: 0 10px 3px 10px;
	text-align: justify;
	margin:5px auto;
	
}

.gb70 {
	background-color: #D9E7F2;
	width: 70%;
	padding: 0 10px 3px 10px;
	text-align: justify;
	margin-left: 30px;
	/*margin:5px auto;*/
	
}

.left {
	text-align: left;
}

input.delete {
	backround-color: yellow;
	height: 16px;
	width: 35px;
	font-size: smaller;
	background-color: yellow;
}


/* --------------------------------------------*\
    support for legacy Cybrary style
\*---------------------------------------------*/

div.old ul {
	list-style-type: none; 
	text-indent: 0px;
}

/*div.old ul:first-line {
		text-indent: -50px;

}
*/
div.old ol {
	list-style: decimal inside none;
}

div.old ul li {
	cursor: auto;
	margin-left:25px;
	text-indent: -25px;
}



div.old ul li:first-line {
	font-weight: bold;
}
div.old blockquote {
	background-color: #D9E7F2;
	width: 70%;
	padding: 0 10px 3px 10px;
	text-align: justify;
	margin:5px auto;
	
}

div.old a, a:active, a:link, a:visited {
	color: #3366FF;
	font-weight: bold;
}
div.old a:focus, a:hover {
	color: #0033CC;
	font-weight: bold;
}

div.old cite {
	margin: 0 0;
	text-align: justify;
}
div.old div, blockquote, cite, a {
	text-indent: 0;
}

div.old .quote {
	background-color: #D9E7F2;
	width: 70%;
	padding: 0 10px 3px 10px;
	text-align: justify;
	margin:5px auto;
	
}


/*---------------------------------------*\
        end legacy Cybrary style 
\*---------------------------------------*/

div.Com_footer {
	display: inline-block;
	/*width: 20%;*/
	text-align: center;
	padding: 2px;
	text-decoration: none;
	top: 3px;
	position: absolute;
	color: black;
	background-color: white;
	right: 5em;
	white-space: nowrap;
}
a.Com_footer {
font-weight: bold;
	text-decoration: none;
	color: black;
	padding: 2px;
	background-color: white;
}

.flag {
	color: black;
	font-size: 125%;
	border: thin solid red;
	padding: 0 0.3em 0 0.3em;
	border-left: thick solid red;
	border-right-color: red;
	border-right-style: solid;
	border-right-width: thick;
}

.pagename {
	color: black;
	font-size: 125%;
	text-transform: uppercase;
	
	
}



/* ___dev additions */
button.accordion {
    background-color: yellow;
    color: black;
    cursor: pointer;
    padding: 1px;
	border: none;
    text-align: center;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
	z-index:100;
	position: relative;
	}

button.active, button.accordion:hover {
    background-color: orange;
	z-index:100;
	position: relative;
	}

div.panel {
    padding: 0 2px;
    display: none;
    background-color: white;
    border: thick outset yellow;
	z-index:100;
	position: relative;
	}


.button {
	border: thin outset gray;
	text-decoration: none;
	font-weight: bold;
	background-color: silver;
	padding: 1px 1px;
	z-index:100;
	position: relative;
}
.topright {
	position: fixed;
	right: 5px;
	top: 6px;
	text-align: right;
	display: inline;
	z-index:100;
	position: relative;
}

/*			end ___dev additions*/
</pre></body></html>